VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerControl Class / AddFiles Methods / AddFiles(String[]) Method
Syntax Requirements SeeAlso
In This Topic
    AddFiles(String[]) Method (DicomSeriesManagerControl)
    In This Topic
    Asynchronous adds specified DICOM files to this control.
    Syntax
    'Declaration
    
    Public Overloads Sub AddFiles( _
    ByVal files
    The files to add.
    () As System.String _
    )
    public void AddFiles(
    System.String[] files
    )
    public: void AddFiles(
    System.String[]* files
    )
    public:
    void AddFiles(
    array<System.String>^ files
    )

    Parameters

    files
    The files to add.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also